-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed incorrect calls to to_linked_internal_transform
#726
Conversation
This raises the quesitons as to whether it would be worth making use of |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #726 +/- ##
==========================================
+ Coverage 86.12% 86.38% +0.26%
==========================================
Files 35 35
Lines 4180 4180
==========================================
+ Hits 3600 3611 +11
+ Misses 580 569 -11 ☔ View full report in Codecov by Sentry. |
Pull Request Test Coverage Report for Build 12074785118Details
💛 - Coveralls |
I think this would be great. Also, shouldn't the test suite hit these lines? |
It's a weird piece of code that is really never hit. Will add a test for it though. Also, running |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This is just the same errors as mentioned in #725 ; hence it would be nice to get this merged |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks Tor
Came across these isuse when trying the following with JET.jl 👀